home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 February: Tool Chest / Dev.CD Feb 94.toast / Tool Chest / Development Platforms / MPW Related / MPW Interfaces / PInterfaces / OSIntf.p < prev    next >
Encoding:
Text File  |  1993-09-17  |  1.7 KB  |  86 lines  |  [TEXT/MPS ]

  1. {
  2.     File:        OSIntf.p
  3.  
  4.     Copyright:    © 1983-1993 by Apple Computer, Inc.
  5.                 All rights reserved.
  6.  
  7.     Version:    System 7.1 for ETO #11
  8.     Created:    Tuesday, March 30, 1993 18:00
  9.  
  10. }
  11.  
  12. {$IFC UNDEFINED UsingIncludes}
  13. {$SETC UsingIncludes := 0}
  14. {$ENDC}
  15.  
  16. {$IFC NOT UsingIncludes}
  17.     UNIT OSIntf;
  18.     INTERFACE
  19. {$ENDC}
  20.  
  21. {$IFC UNDEFINED UsingOSIntf}
  22. {$SETC UsingOSIntf := 1}
  23.  
  24. {$I+}
  25. {$SETC OSIntfIncludes := UsingIncludes}
  26. {$SETC UsingIncludes := 1}
  27. {$IFC UNDEFINED UsingEvents}
  28. {$I $$Shell(PInterfaces)Events.p}
  29. {$ENDC}
  30. {$IFC UNDEFINED UsingOSUtils}
  31. {$I $$Shell(PInterfaces)OSUtils.p}
  32. {$ENDC}
  33. {$IFC UNDEFINED UsingFiles}
  34. {$I $$Shell(PInterfaces)Files.p}
  35. {$ENDC}
  36. {$IFC UNDEFINED UsingDevices}
  37. {$I $$Shell(PInterfaces)Devices.p}
  38. {$ENDC}
  39. {$IFC UNDEFINED UsingDeskBus}
  40. {$I $$Shell(PInterfaces)DeskBus.p}
  41. {$ENDC}
  42. {$IFC UNDEFINED UsingDiskInit}
  43. {$I $$Shell(PInterfaces)DiskInit.p}
  44. {$ENDC}
  45. {$IFC UNDEFINED UsingDisks}
  46. {$I $$Shell(PInterfaces)Disks.p}
  47. {$ENDC}
  48. {$IFC UNDEFINED UsingErrors}
  49. {$I $$Shell(PInterfaces)Errors.p}
  50. {$ENDC}
  51. {$IFC UNDEFINED UsingMemory}
  52. {$I $$Shell(PInterfaces)Memory.p}
  53. {$ENDC}
  54. {$IFC UNDEFINED UsingRetrace}
  55. {$I $$Shell(PInterfaces)Retrace.p}
  56. {$ENDC}
  57. {$IFC UNDEFINED UsingSegLoad}
  58. {$I $$Shell(PInterfaces)SegLoad.p}
  59. {$ENDC}
  60. {$IFC UNDEFINED UsingSerial}
  61. {$I $$Shell(PInterfaces)Serial.p}
  62. {$ENDC}
  63. {$IFC UNDEFINED UsingShutDown}
  64. {$I $$Shell(PInterfaces)ShutDown.p}
  65. {$ENDC}
  66. {$IFC UNDEFINED UsingSlots}
  67. {$I $$Shell(PInterfaces)Slots.p}
  68. {$ENDC}
  69. {$IFC UNDEFINED UsingSound}
  70. {$I $$Shell(PInterfaces)Sound.p}
  71. {$ENDC}
  72. {$IFC UNDEFINED UsingStart}
  73. {$I $$Shell(PInterfaces)Start.p}
  74. {$ENDC}
  75. {$IFC UNDEFINED UsingTimer}
  76. {$I $$Shell(PInterfaces)Timer.p}
  77. {$ENDC}
  78. {$SETC UsingIncludes := OSIntfIncludes}
  79.  
  80. {$ENDC}    { UsingOSIntf }
  81.  
  82. {$IFC NOT UsingIncludes}
  83.     END.
  84. {$ENDC}
  85.  
  86.